home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / mailc / install.txt < prev    next >
Encoding:
Text File  |  1998-09-14  |  1.3 KB  |  36 lines

  1. ===== Installation =====================================
  2.  
  3. (1) Before installation of SEE4C, your Windows C/C++ compiler should
  4. already be installed on your system and tested. In particular, include
  5. command line tools when installing your compiler.
  6.  
  7. (2) Make a backup copy of your distribution disk.  Put your original
  8. distribution disk in a safe place.
  9.  
  10. (3) Exit Windows into DOS, or start a DOS window:
  11.  
  12. (4) Create your SEE project directory, copy the SEE archive, then unzip
  13. the archive. For example:
  14.  
  15.       MKDIR   SEE4C
  16.       PKUNZIP SEE4C20.ZIP SEE4C
  17.  
  18. (5) Run the INSTALL batch file, which will copy the correct DLL and LIB
  19. files for your compiler.
  20.  
  21. For Win32 compilers, you may choose native mode DLLs for your compiler
  22. (Microsoft, Borland, or Watcom) or "universal" mode, which requires that
  23. your compiler support the "declspec" keyword. Microsoft, Borland 5.0 and
  24. Watcom 11.0 all support "declspec". The same DLLs are used for Win16
  25. compilers.
  26.  
  27.        INSTALL MS      (Microsoft)
  28.        INSTALL BC      (Borland)
  29.        INSTALL WC      (Watcom)
  30.        INSTALL U       (Universal)
  31.  
  32. (6) Before compiling any example programs, you must edit the file EMAIL.H
  33. with your email configuration as described in section 3.5 of the SEE4C
  34. Users Manual (SEE4C_U.TXT).
  35.  
  36.